home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Internet / Info / Internet Roadmap.sit / Internet Roadmap ƒ / Map 17 Archie↵ < prev    next >
Encoding:
Text File  |  1995-02-14  |  9.0 KB  |  256 lines  |  [ttro/ttxt]

  1. MAP17: ARCHIE
  2. -------------
  3.  
  4.      "If the hill will not come to Mahomet, Mahomet will
  5.       come to the hill." -- Francis Bacon, Of Boldness
  6.  
  7.  
  8. Wouldn't it be great if there was some sort of "search" program
  9. that would look through hundreds of different anonymous ftp
  10. sites and tell us where all of the files that we want are
  11. located?
  12.  
  13. Well, such a search program exists. It is called "Archie".
  14.  
  15. Archie is actually a collection of servers. Each of these
  16. servers is responsible for keeping track of file locations
  17. in several different anonymous ftp sites. All of the Archie
  18. servers talk to each other, and they pool their information
  19. into a huge, global database that is periodically updated.
  20.  
  21. "The Archie catalog subsystem maintains a list of about 1200
  22. Internet anonymous ftp archive sites of approximately 2.5
  23. million unique filenames themselves containing 200 Gigabytes
  24. (that is, 200,000,000,000 bytes) of information. The current
  25. catalog requires about 400 MB of disk storage." (1)
  26.  
  27. You can search this database for file locations simply by giving
  28. an Archie client or server a keyword to search for.
  29.  
  30. A few minutes ago I did an Archie search using the keyword
  31. "roadmap". Archie sent me back a whole bunch of information
  32. in the following format:
  33.  
  34.      Host theory.lcs.mit.edu    (18.52.0.92)
  35.      Last updated 06:21 10 Oct 1994
  36.  
  37.      Location: /pub/areaii
  38.       FILE  -rw-r--r--  159326 bytes  14:52 13 Sep 1994  roadmap.ps
  39.  
  40. What does all of this tell me? Well, this tells me the address of
  41. the anonymous ftp site is
  42.  
  43.      theory.lcs.mit.edu
  44.  
  45. the directory that the file is located in is
  46.  
  47.      /pub/areaii
  48.  
  49. and the name of the file is
  50.  
  51.      roadmap.ps
  52.  
  53. Archie doesn't retrieve the file for me, but it does tell
  54. me exactly where the file that I am looking for is located.
  55. Once I know the file's location (and its filename), retrieving
  56. the file using ftp is easy!
  57.  
  58. There are three ways that you can access Archie:
  59.  
  60.      1. through an Archie client running on your local Internet
  61.         service provider's system,
  62.      2. through a telnet connection directly to an Archie server, or
  63.      3. by sending an e-mail letter directly to an Archie server.
  64.  
  65. The load on all of the Archie servers is incredible. If your site
  66. has its own Archie client, you should use that client instead of
  67. telnetting or e-mailing to a distant Archie server.
  68.  
  69. To find out if your site is running its own Archie client, type
  70. the word
  71.  
  72.           Archie
  73.  
  74. and see what happens. If you don't get an error message, you can
  75. safely assume that your site has its own Archie client :)
  76.  
  77. To actually conduct an Archie search using your site's Archie
  78. client, type
  79.  
  80.           archie <searchterm>
  81.  
  82. replacing <searchterm> with what you want the client to search
  83. for. For example:
  84.  
  85.      What you want Archie          What you should
  86.      to search for                 type
  87.      --------------------          ---------------
  88.  
  89.      files and directories         archie squirrel
  90.      that have the word
  91.      "squirrel" in their
  92.      titles
  93.  
  94.      files that have the           archie .win32
  95.      extension .win32
  96.  
  97.  
  98. ACCESSING ARCHIE BY TELNET
  99.  
  100. The following are a few of the Archie servers that you can access
  101. using telnet. Please use the username
  102.  
  103.           archie
  104.  
  105. to login, and *please* use the server that is closest to you:
  106.  
  107.           telnet address                  location
  108.           --------------------------      ---------
  109.  
  110.           archie.au                        Australia
  111.           archie.edvz.uni-linz.ac.at       Austria
  112.           archie.univie.ac.at              Austria
  113.           archie.uqam.ca                   Canada
  114.           archie.cs.mcgill.ca              Canada
  115.           archie.funet.fi                  Finland
  116.           archie.univ-rennes1.fr           France
  117.           archie.th-darmstadt.de           Germany
  118.           archie.ac.il                     Israel
  119.           archie.unipi.it                  Italy
  120.           archie.wide.ad.jp                Japan
  121.           archie.hana.nm.kr                Korea
  122.           archie.sogang.ac.kr              Korea
  123.           archie.uninett.no                Norway
  124.           archie.rediris.es                Spain
  125.           archie.luth.se                   Sweden
  126.           archie.switch.ch                 Switzerland
  127.           archie.ncu.edu.tw                Taiwan
  128.           archie.doc.ic.ac.uk              United Kingdom
  129.           archie.hensa.ac.uk               United Kingdom
  130.           archie.unl.edu                   USA (NE)
  131.           archie.internic.net              USA (NJ)
  132.           archie.rutgers.edu               USA (NJ)
  133.           archie.ans.net                   USA (NY)
  134.           archie.sura.net                  USA (MD)
  135.  
  136. To start an Archie search using an Archie server that you have
  137. telnetted to, type
  138.  
  139.           find <searchterm>
  140.  
  141. replacing <searchterm> with what you want the server to search
  142. for (see example above).
  143.  
  144. After Archie has finished its search and printed its results
  145. on your screen, you can have Archie e-mail the results to you
  146. by typing
  147.  
  148.           mail <your Internet address>
  149.  
  150. replacing <your Internet address> with your full e-mail address.
  151.  
  152. Finally, to quit your telnet session, type
  153.  
  154.           quit
  155.  
  156.  
  157. ACCESSING ARCHIE BY E-MAIL
  158.  
  159. To conduct an Archie search via e-mail, send an e-mail letter
  160. to the Archie server closest to you:
  161.  
  162.           Archie mail address                  location
  163.           --------------------------           ---------
  164.  
  165.           archie@archie.au                      Australia
  166.           archie@archie.edvz.uni-linz.ac.at     Austria
  167.           archie@archie.univie.ac.at            Austria
  168.           archie@archie.uqam.ca                 Canada
  169.           archie@archie.cs.mcgill.ca            Canada
  170.           archie@archie.funet.fi                Finland
  171.           archie@archie.univ-rennes1.fr         France
  172.           archie@archie.th-darmstadt.de         Germany
  173.           archie@archie.ac.il                   Israel
  174.           archie@archie.unipi.it                Italy
  175.           archie@archie.wide.ad.jp              Japan
  176.           archie@archie.hana.nm.kr              Korea
  177.           archie@archie.sogang.ac.kr            Korea
  178.           archie@archie.uninett.no              Norway
  179.           archie@archie.rediris.es              Spain
  180.           archie@archie.luth.se                 Sweden
  181.           archie@archie.switch.ch               Switzerland
  182.           archie@archie.ncu.edu.tw              Taiwan
  183.           archie@archie.doc.ic.ac.uk            United Kingdom
  184.           archie@archie.hensa.ac.uk             United Kingdom
  185.           archie@archie.unl.edu                 USA (NE)
  186.           archie@archie.internic.net            USA (NJ)
  187.           archie@archie.rutgers.edu             USA (NJ)
  188.           archie@archie.ans.net                 USA (NY)
  189.           archie@archie.sura.net                USA (MD)
  190.  
  191. and in the body of your letter type
  192.  
  193.           find <searchterm>
  194.           set mailto <your Internet address>
  195.           quit
  196.  
  197. replacing <searchterm> with what you want the server to search for,
  198. and replacing <your Internet address> with your e-mail address.
  199.  
  200. ADDITIONAL ARCHIE COMMANDS
  201.  
  202. The following Archie commands should work regardless of how you
  203. access Archie:
  204.  
  205.      help                 Displays a general help screen
  206.  
  207.      manpage              Displays a *HUGE* manual that tells you
  208.                           everything you could possibly want to know
  209.                           about Archie (including how to limit or
  210.                           expand searches)
  211.  
  212.      servers              Displays a list of all publicly accessible
  213.                           Archie servers worldwide. The names of the
  214.                           the hosts, their IP addresses and
  215.                           geographical locations are listed.
  216.  
  217.      whatis <substring>   Searches the Software Description Catalog
  218.                           for the given substring, ignoring case.
  219.                           This catalog consists of names and short
  220.                           descriptions of many software packages,
  221.                           documents (like RFCs and educational
  222.                           material), and data files stored on
  223.                           the Internet.
  224.  
  225.                                Example:
  226.  
  227.                                     whatis uucp
  228.  
  229.                                in part gives as a result:
  230.  
  231.                                findpath.sh     UUCP Pathfinder
  232.                                logfile-stats   UUCP LOGFILE analyzer
  233.                                mapstats        UUCP map statistics
  234.                                                program.
  235.  
  236. HOMEWORK:
  237.  
  238.      If you *REALLY* want to learn more about Archie (and I mean
  239.      *REALLY* want to learn more), try using the "manpage" command
  240.      in the Archie client or server that you are using.
  241.  
  242. SOURCES:
  243.  
  244. (1) from the Archie 3.2 manpage, available from any Archie mail or
  245.     telnet site by typing "manpage"
  246.  
  247.  
  248.    PATRICK DOUGLAS CRISPEN    THE VIEWS EXPRESSED IN THIS LETTER DO NOT
  249.     PCRISPE1@UA1VM.UA.EDU      NECESSARILY REPRESENT THE VIEWS OF THE
  250.   THE UNIVERSITY OF ALABAMA      UNIVERSITY OF ALABAMA - TUSCALOOSA
  251.  
  252.       ROADMAP: COPYRIGHT PATRICK CRISPEN 1994. ALL RIGHTS RESERVED.
  253.  
  254.  
  255.  
  256.